projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5e72b0
)
* lisp/eshell/esh-util.el (eshell-condition-case): Add debug declaration.
author
Noam Postavsky
<npostavs@gmail.com>
Sat, 23 Sep 2017 14:04:36 +0000
(10:04 -0400)
committer
Noam Postavsky
<npostavs@gmail.com>
Mon, 25 Sep 2017 23:39:19 +0000
(19:39 -0400)
lisp/eshell/esh-util.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-util.el
b/lisp/eshell/esh-util.el
index c204ec869b5971ce2be9f64ffcfbe9cd1add0b6d..8b24ec3c4301e459fdf1c2fddbfc685d062c0f30 100644
(file)
--- a/
lisp/eshell/esh-util.el
+++ b/
lisp/eshell/esh-util.el
@@
-142,7
+142,7
@@
function `string-to-number'."
(defmacro eshell-condition-case (tag form &rest handlers)
"If `eshell-handle-errors' is non-nil, this is `condition-case'.
Otherwise, evaluates FORM with no error handling."
- (declare (indent 2))
+ (declare (indent 2)
(debug (sexp form &rest form))
)
(if eshell-handle-errors
`(condition-case-unless-debug ,tag
,form